home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / sparctracker100.lha / SparcTracker / readme.original < prev    next >
Text File  |  1992-10-28  |  3KB  |  75 lines

  1. Well, here they are the first tracker module players for the Sun
  2. Sparcstations.  There are 2 players, one for the 15 sample modules and one for
  3. the 32 sample ones (or should that be 31 :-).  The code is not that different,
  4. but I could not be bothered to write an auto detection routine that worked on
  5. standard input.
  6.  
  7.  
  8. Usage
  9. -----
  10.  
  11. Usage is very simple, either give the player the filename of the module, or if
  12. the module is compressed(frozen) you can zcat(fcat) and pipe the result into
  13. the player thus :
  14.  
  15.         str32 module
  16.         zcat module.z | str32
  17.         fcat module.F | str32
  18.  
  19. If you have a new module and are unsure of which player (str15 or str32) to
  20. use then try both.  If you choose the wrong one then you may get an error
  21. message or nothing at all will happen (except maybe a core dump :-).  For
  22. this reason I keep my trackers in separate directories so that I know which
  23. player to use.
  24.  
  25. Not many effects are implemented, so the result may not be exactly the same as
  26. an Amiga player, but it is usually OK.  The sound quality of the /dev/audio is
  27. not too hot, so some sounds are lost, usually the bass.
  28.  
  29.  
  30. Errors
  31. ------
  32.  
  33. The only error not totally self-explanatory is the 'corrupt input file' one.
  34. This sometimes indicates that you have used the wrong player, but
  35. occassionally it may be that the module is too short by a few bytes.  I have
  36. only come accross this in a couple of cases and just appending a few null
  37. bytes to the end usually cures this.
  38.  
  39.  
  40. The Future
  41. ----------
  42.  
  43. I may get around to combining the players into a single program and enhancing
  44. the error detection a bit, but then again I might not :-).  If anyone else
  45. wants to add these functions, add more effects or correct any errors there may
  46. be in the current programs then please go ahead - I hope the code is
  47. understandable enough for you.
  48.  
  49.  
  50. Copyright Stuff
  51. ---------------
  52.  
  53. Most of the code is copyright me.  The convert routine is copyright Rich
  54. Gopstein and was borrowed from the iff2ulaw utility.  The code is freely
  55. distributable as long as this message and the copyright messages in the source
  56. are included.  You are welcome to update the source code.
  57.  
  58.  
  59.         Liam Corner - University of Warwick - 1st November 1991
  60.  
  61.         csubt@csv.warwick.ac.uk
  62.         zenith@dcs.warwick.ac.uk
  63.  
  64.  
  65.  
  66. Version 1.2 - 3rd November 1991
  67. -------------------------------
  68.  
  69. Thanks to Marc Espie for doing most of the first update.  There is now only
  70. one player str15 and a link from str32 to str15, so you will still have to
  71. choose the correct player for a given module.  There is now output showing
  72. module name, sample names and progress through the module as it plays.  More
  73. effects are implemented and a bug with the sample repeat loop has been fixed.
  74.  
  75.